Skip to main content
Version: 1.x.x

ClientHeaderMappingCallback


import { ClientHeaderMappingCallback } from "@hyper-fetch/core"

Description

Defined in client/fetch.client.types.ts:33

Preview

type ClientHeaderMappingCallback = <T>(command: T) => HeadersInit;

Structure

(command: T) => HeadersInit